home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / sutil282.zip / WHATS.NEW < prev   
Text File  |  1992-11-05  |  7KB  |  151 lines

  1. ---------------------------------------------------------------------------
  2. 11/05/92          New in Supreme Utility Version 2.82              11/05/92
  3. ---------------------------------------------------------------------------
  4.  
  5. ---- A new memory allocation scheme has been implemented making
  6.      Supreme Utility approx. 10% faster.
  7.  
  8. ---- It came to our attention that under certain circumstances, the
  9.      program did not read file information into memory, but rather
  10.      acted like the DOS copy command.
  11.  
  12.      After investigation it was discovered that any diskette formatted
  13.      under an OLDER DOS version than was currently being run would
  14.      incorrectly report the disk space used by the file. Supreme
  15.      Utility would then internally report an integrity error and
  16.      would default to a DOS copy like nature.
  17.  
  18.      In version 2.80 new safety checks have been added to prevent this
  19.      from occurring.
  20.  
  21. ---- If it was determined that there was not enough free disk space, the
  22.      program would loop until CTRL-C was pressed. Obviously this was a
  23.      coding error.
  24. ---------------------------------------------------------------------------
  25.                         Version 2.72
  26. ---------------------------------------------------------------------------
  27. ---- The check free disk space flag will now prompt the user to change
  28.      disks in order to continue operations.
  29.  
  30. ---   Added the check free disk space flag
  31.  
  32. ---   Subdirectory processing using a different drive did not work
  33.       correctly. Fixed in v2.67
  34.  
  35. ----  Global processing using a different drive did not work
  36.       correctly. Fixed in v2.67
  37.  
  38. ----  Added an available memory display and fixed an annoying bug that
  39.       caused a runtime error on bad command lines
  40.  
  41. -------------------------------------------------------------------------
  42.                         Version 2.65
  43. -------------------------------------------------------------------------
  44.  
  45. ---   Added subdirectory processing ability
  46.  
  47. ---   Added a visual indication that Hidden/System files were being ignored
  48.  
  49. ---   Fixed problem with wildcard name expansion when specifying multiple 
  50.       target names
  51.  
  52. ---   Added a check for current directory as target
  53.  
  54. ---   A move that specified an invalid destination drive, will now correctly 
  55.       report an error condition
  56.  
  57. ---   NOTE!: Reports that Supreme Utility produces an invalid action based 
  58.       upon a wildcard name of *???? are false! DOS specifies that if any
  59.       star (*) wildcard is found, then all files will produce a match.
  60.       Supreme Utility WILL produce a valid action.
  61.  
  62. ---------------------------------------------------------------------------
  63.                   New in previous Version 2.53
  64. ---------------------------------------------------------------------------
  65.  
  66. ---   The Source file attributes were accidentally changed, and not reset
  67.  
  68. ---   Errors on multiple file move/copies were not checked for errors
  69.  
  70. ---   Version 2.51 Beta would move/copy Hidden files, regardless of the
  71.       Hidden Flag setting.
  72.                           
  73. --------------------------------------------------------------------------
  74.                    Fixes from Beta version 2.51
  75. --------------------------------------------------------------------------
  76.  
  77. ---    Some bugs from the Beta of Version 2.00 have been fixed, as follows:
  78.  
  79.             1) Though you were able to use multiple commands, the program
  80.                would only issue the first four!
  81.  
  82.             2) The Move command would re-issue itself, and an error would
  83.                occur.
  84.  
  85. ---    Added the ability to Exclude files on a Global basis or on an
  86.        operation by operation basis.
  87.  
  88. ---    Added the ability to read in a file with commands. This extends the
  89.        ability for Supreme Utility to process a number of commands and
  90.        files. You are not limited to the length of the command line.
  91.  
  92. ---    Added an error check for memory errors. Previously, SUtil would just
  93.        exit with a non descriptive error message.
  94.  
  95. ---    CTRL-C will now have the same effect as CTRL-BREAK.
  96.  
  97. ---    The cursor will now remain active. Previously it would be hidden.
  98.        However, some systems did not restore it properly, so it is now
  99.        left active.
  100. ---------------------------------------------------------------------------
  101.          List of new features that appeared in Version 2.00 Beta
  102. ---------------------------------------------------------------------------
  103.  
  104. ---    Supreme Utility was designed to allow the user to mix operations on one
  105.        command line. However, you were unable to issue the same command again.
  106.  
  107. ---    You may now re-issue commands! In other words, you may not specify any
  108.        number of Copy commands which will each act independently.
  109.  
  110.           Ex.  SUtil -c *.bak a: /p -c *.pas \pas -c *.c \c /p/q
  111.  
  112.        This is now perfectly valid. Previously, the command line would have
  113.        looked like this:
  114.  
  115.                SUtil -c *.bak *.pas *.c, a:*.* \pas\*.* \c*.* /p /q
  116.  
  117.        While OK, it does not allow you to enable/disable prompting or enable/
  118.        disable Overwrite modes for each specific operation. It is also more
  119.        clunky than the new command sequence.
  120.  
  121. ---    You are no longer limited to 10 filenames per command. You may now use
  122.        an unlimited amount of filename specifications.
  123.  
  124. ---    You may now set each flag Globally (as before) but can now override any
  125.        flag on a per-command basis. This allows the user to allow/disallow
  126.        certain flags on critical command operations.
  127.  
  128. ---    Supreme Utility now takes over all available memory and tries to complete
  129.        its operations as fast as possible, by using as much memory as possible.
  130.  
  131. ---    Supreme Utility will now recover correctly from major DOS errors. Previously
  132.        you would have to re-issue the command from the DOS prompt after you
  133.        fixed the error. (Drive not Ready error is an example)
  134.  
  135. ---    Supreme Utility will now accommodate anywhere up to a 255 character command
  136.        line, which is useful for those of you who have a DOS command line
  137.        enhancer.
  138.  
  139. ---    Supreme Utility is now smaller is EXE size, and is also more memory
  140.        efficient than before.
  141.  
  142. ---    Supreme Utility now uses the DOS ERRORLEVEL variable to pass back success
  143.        information to a batch file. It will return 2 for most error cases, and
  144.        will return a 1 if Help was activated. In all success cases, it will
  145.        return a 0 return code. (Note restrictions in manual)
  146.  
  147.  
  148.   The new version retains the calling sequence of the old version, as long as
  149. the commands were issued in the proper sequence. For this reason, no major
  150. modifications of Batch files will be necessary.
  151.